|
BSDK.NET - BlomURBEX 3D Data Provider Software Development Kit
|
Standalone class that let user start a building texture loading. More...
Public Member Functions | |
| void | Dispose () |
| BTextureLoader | Clone () |
| Let user create freely a copy of this loader. | |
| BLerror | LoadTexture (out Bitmap image, int quality) |
| Requests SDK to load this image. | |
| string | HashCode () |
| Returns a hash-code. | |
| bool | Multiresolution () |
| Returns whether this texture loader supports resolutions giving different images versions for each quality levels. | |
Standalone class that let user start a building texture loading.
| BTextureLoader BSDKW::BTextureLoader::Clone | ( | ) | [inline] |
Let user create freely a copy of this loader.
User should deallocate this object using delete operator.
| void BSDKW::BTextureLoader::Dispose | ( | ) | [inline] |
| string BSDKW::BTextureLoader::HashCode | ( | ) | [inline] |
Returns a hash-code.
Two TextureLoaders will load the same texture if they return the same hash-code.
| BLerror BSDKW::BTextureLoader::LoadTexture | ( | out Bitmap | image, |
| int | quality | ||
| ) | [inline] |
Requests SDK to load this image.
This method does not return until object loading is completed (success or failed)
| image | User BImage where to write the image into |
| quality | Image quality - from 0 (lower quality) to 3 (highest quality) |
| bool BSDKW::BTextureLoader::Multiresolution | ( | ) | [inline] |
Returns whether this texture loader supports resolutions giving different images versions for each quality levels.
1.7.4